Platform Explorer / Nuxeo Platform 6.0

Operation Document.Routing.UpdateCommentsInfoOnDocument (Update comments number on the document)

Description

Update comments number on the document
Operation id Document.Routing.UpdateCommentsInfoOnDocument
Category Routing
Label Update comments number on the document
Requires
Since

Parameters

No parameters.

Signature

Inputs void
Outputs void

Implementation Information

Implementation Class Class: org.nuxeo.ecm.platform.routing.api.operation.UpdateCommentsInfoOnDocumentOperation
Contributing Component org.nuxeo.ecm.platform.routing.operations

JSON Definition

{
  "id" : "Document.Routing.UpdateCommentsInfoOnDocument",
  "label" : "Update comments number on the document",
  "category" : "Routing",
  "requires" : null,
  "description" : "Update comments number on the document",
  "url" : "Document.Routing.UpdateCommentsInfoOnDocument",
  "signature" : [ "void", "void" ],
  "params" : [ ]
}